Combine Documents
						(Text Processing)
					
	
		
		
		Synopsis
Combines multiple documents into a single document.Description
This operator creates a single documents out of a collection of documents by concatenating them. The resulting document will contain all tokens contained in the documents in the collection.
Input
documents (Collection)The documents port.
Output
documentThe document port.